home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / unity331.zip / TINY.PJU < prev    next >
Text File  |  1991-09-19  |  454b  |  17 lines

  1. # This is an example of a project file to create a .COM file
  2. # from a single assembler source file.  From the Program\Symbols
  3. # menu choice enter "BASE=filename" (without the quotes), where
  4. # 'filename' is the name of your file without the extension.  This
  5. # project script assumes the input filename has the extension of
  6. # ASM
  7.  
  8. .OBJ.ASM
  9.   assemble /m %B%N, %1
  10.  
  11. .COM.OBJ
  12.   linker /t %L, %1
  13.  
  14. $(base).obj : %B%N.asm
  15.  
  16. $(base).com : %B%N.obj
  17.